STEP 8: Our sprite is moving too fast!
We need to place the .set_speed() command before any movement that will use that speed setting.
- Try changing the integer argument in .set_speed(). Can you make the sprite move faster? Slower?
- Set the integer to the speed that you want. Let's try 3!
To navigate the page using the TAB key, first press ESC to exit the code editor.